home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / dayfil10.zip / DAYFILE.DOC next >
Text File  |  1991-07-08  |  2KB  |  33 lines

  1. DAYFILE.EXE:  A Small utility to run a batch fil on even or odd days
  2.               of the week.
  3.  
  4. Usage:  DayFile Odd/Even filename
  5.  
  6. Where:  Odd/Even is which of the alternate days you wish to run
  7.         the batch file.
  8.              ODD Days : Sunday, Tuesday, Thursday & Saturday
  9.              EVEN Days: Monday, Wednesday & Friday
  10.         Filename is the batch or executable file you want to run.
  11.  
  12.  
  13.   I wrote this little program for one of my mail hubs that wants to make a
  14. mailrun to two different networks on alternate days.  This was the easiest
  15. way I could see to control the  process without a complicated batch file.
  16.  
  17.   This program only occupies 9K of conventional memory, and shells to DOS
  18. to run the batch file.  If anything abnormal occurs, it will exit with an
  19. errorlevel of 1, proper completion will have it exit with an errorlevel of
  20. 0.  The program will also tell you what was wrong if it aborted.
  21.  
  22.   This program is donated to the public domain, but the source code is the
  23. property of the author, Lance Williams, and may not be changed and distributed
  24. without my expressed approval.  The program is written in Turbo Pascal 6.0.
  25.  
  26.                     Written by: Lance Williams
  27.                                 P. O. Box 266
  28.                                 Camden, NY
  29.                     BBS Number: Kadet PCBoard
  30.                                 (315) 245-3815
  31.                                 USR Dual Standard
  32.                                 HST/V.32 w/ V.42/V.42bis
  33.